ossPackagePurchaseCheck
Description
Check before OSS purchase
Request Method
GET
Request Path
/customer/oss/stacking
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| result | array | `[{"resourcePlanType":"StandardStoragePackage","stacking":false},{"resourcePlanType":"OutboundTrafficPlan","stacking":true}]` | No description for this parameter. |
| resultCode | string | 0 | No description for this parameter. |
| resultMsg | string | success | No description for this parameter. |
Example
Successful Response example
{
"result":
[
{
"resourcePlanType":"StandardStoragePackage",
"stacking":false
},
{
"resourcePlanType":"OutboundTrafficPlan",
"stacking":true
}
],
"resultCode":"0",
"resultMsg":"success"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}